Represents a ranking of a participant. The rank is zero indexed, and zero is the highest or lowest as appropriate for the method which returned the results The participant is either an OrgData or ProfileBean
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| org | OrgData | If the participant is attributed to an organisation return it. Otherwise return null | |
| profile | ProfileBean | If the participant is attributed to a profile return it. Otherwise return null | |
| rank | int | The ranking of this participant within the leaderboard | |
| participant | Object | Returns the participant | |
| amount | BigDecimal | The amount associated with this leaderboard record | |
| fields | Map | ||
| rawAmount | BigDecimal | ||
| baseline | BigDecimal |
Hide comments